isCOBOL Extension for Visual Studio Code : Project management : Adding existing project to the current workspace
Adding existing project to the current workspace
When there’s only one project loaded in the Visual Studio Code window, you’re working on a single-folder workspace.
To add an existing project to the current workspace and create a multi-root workspace
1. click on the gear icon in the bottom left corner and choose "Command Palette..." or alternatively press Ctrl-Shift-P to open the command palette,
2. select the command "Workspaces: Add Folder to Workspace...",
3. browse for the directory that contains the project you wish to add.